projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d276d26
)
Add missing includes
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 31 Jul 2019 12:04:03 +0000
(08:04 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 31 Jul 2019 12:04:03 +0000
(08:04 -0400)
testsuite/reftests/image-compare.c
patch
|
blob
|
history
diff --git
a/testsuite/reftests/image-compare.c
b/testsuite/reftests/image-compare.c
index a69bdeac3f42157e53b771226d746ad5e2c204d0..07bb79e4e06ed9991e760ed269723f4b7351130b 100644
(file)
--- a/
testsuite/reftests/image-compare.c
+++ b/
testsuite/reftests/image-compare.c
@@
-1,5
+1,7
@@
#include "config.h"
+#include <stdlib.h>
+
#include "reftest-compare.h"
static char *opt_filename;